type crypto/tls.handshakeMessage (interface)
Method Implmentations
marshal() ([]byte, error)
(*certificateMsg).marshal
(*certificateMsgTLS13).marshal
(*certificateRequestMsg).marshal
(*certificateRequestMsgTLS13).marshal
(*certificateStatusMsg).marshal
(*certificateVerifyMsg).marshal
(*clientHelloMsg).marshal
(*clientKeyExchangeMsg).marshal
(*encryptedExtensionsMsg).marshal
(*endOfEarlyDataMsg).marshal
(*finishedMsg).marshal
(*helloRequestMsg).marshal
(*keyUpdateMsg).marshal
(*newSessionTicketMsg).marshal
(*newSessionTicketMsgTLS13).marshal
(*serverHelloDoneMsg).marshal
(*serverHelloMsg).marshal
(*serverKeyExchangeMsg).marshal
unmarshal([]byte) bool
(*certificateMsg).unmarshal
(*certificateMsgTLS13).unmarshal
(*certificateRequestMsg).unmarshal
(*certificateRequestMsgTLS13).unmarshal
(*certificateStatusMsg).unmarshal
(*certificateVerifyMsg).unmarshal
(*clientHelloMsg).unmarshal
(*clientKeyExchangeMsg).unmarshal
(*encryptedExtensionsMsg).unmarshal
(*endOfEarlyDataMsg).unmarshal
(*finishedMsg).unmarshal
(*helloRequestMsg).unmarshal
(*keyUpdateMsg).unmarshal
(*newSessionTicketMsg).unmarshal
(*newSessionTicketMsgTLS13).unmarshal
(*serverHelloDoneMsg).unmarshal
(*serverHelloMsg).unmarshal
(*serverKeyExchangeMsg).unmarshal
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |